home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / LogoMation 1.0.1 ƒ / LogoMation 1.0.1 / LogoMation 1.0.1.rsrc / STR_134_help_Repeat.txt < prev    next >
Encoding:
Text File  |  1993-08-09  |  226 b   |  5 lines

  1. Repeat n
  2. Repeat var,from,to
  3. Repeat var,from,to,step
  4.  
  5. In its first form, the command loops n times.  In the second and third forms it sets var=from, and loops till var=to, incrementing it by step each time (step defaults to 1).